home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / -archivi / -recent2 / amhelios.readme < prev    next >
Text File  |  1999-01-01  |  2KB  |  40 lines

  1. Short:    Simple port of Helios radiosity renderer
  2. Author:   Jarno van der Linden (Amiga port), Ian Ashdown (original code)
  3. Uploader: jarno@kcbbs.gen.nz (Jarno van der Linden)
  4. Version:  Helios 1.03A
  5. Type:     gfx/3d
  6. Requires: MUI 3.x, MC68030/MC68881, SAS/C++ if you want to compile it
  7.  
  8.  
  9.   This is a port of the Helios radiosity renderer which I started
  10.   working on some time ago, and stopped working on some time ago as
  11.   well. As there isn't much in terms of radiosity renderers available
  12.   on the Amiga, I've decided to release my efforts to the wider
  13.   community.
  14.  
  15.   I DON'T INTEND TO CONTINUE WITH, NOR SUPPORT, THIS WORK !!!
  16.   Please feel free to use and abuse the code as you see fit or unfit.
  17.  
  18.   Included in the archive are:
  19.  
  20.     - Complete C++ source code, compileable with SAS/C++
  21.     - Executable, compiled for '030/'881
  22.     - Various other bits and pieces
  23.  
  24.   When run, the program loads in the default demo scene, and starts
  25.   computing the radiosity solution in the background. Meanwhile, the
  26.   camera position and focus point can be interactively positioned in
  27.   a MUI generated interface. At any time, an image can be saved of
  28.   the current solution by pressing the Render button. The image is
  29.   saved as a 24bit IFF file to "T:amhelios.iff24" (yes, my 24bit IFF
  30.   bitmap class save routine is SLOW).
  31.  
  32.   And that is all it does. Quite a bit more work is needed on the
  33.   user interface to make it a more useable program. Due to other
  34.   commitments I don't have the time, nor desire, to do so myself.
  35.  
  36.   If you have any questions about my code, compiling, or using the
  37.   program, send me an e-mail.
  38.  
  39.   ---JvdL---
  40.